home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / C and C++ / Utilities / Winter Shell 1.0d2 / Source / Libraries / StringLib / StringLib.h < prev   
Encoding:
C/C++ Source or Header  |  1993-03-13  |  117 b   |  4 lines  |  [TEXT/KAHL]

  1. #pragma once
  2. Boolean StrValid(const char *str, size_t length);
  3. void StrFit(CStr255 str, short maxwidth, char extra);
  4.